Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honey pot server #6204

Merged
merged 282 commits into from
Jun 12, 2023
Merged

Honey pot server #6204

merged 282 commits into from
Jun 12, 2023

Conversation

zhiltsov-max
Copy link
Contributor

@zhiltsov-max zhiltsov-max commented May 26, 2023

Motivation and context

The server part of #6039

How has this been tested?

Checklist

  • I submit my changes into the develop branch
  • I have added a description of my changes into the CHANGELOG file
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • I have linked related issues (see GitHub docs)
  • I have increased versions of npm packages if it is necessary
    (cvat-canvas,
    cvat-core,
    cvat-data and
    cvat-ui)

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.

@zhiltsov-max zhiltsov-max changed the title Honey pot server [WIP] Honey pot server Jun 8, 2023
@zhiltsov-max zhiltsov-max changed the title [WIP] Honey pot server Honey pot server Jun 9, 2023
@zhiltsov-max zhiltsov-max changed the title Honey pot server [WIP] Honey pot server Jun 9, 2023
@zhiltsov-max zhiltsov-max changed the title [WIP] Honey pot server Honey pot server Jun 9, 2023
@zhiltsov-max zhiltsov-max changed the title Honey pot server [WIP] Honey pot server Jun 9, 2023
@zhiltsov-max zhiltsov-max changed the title [WIP] Honey pot server Honey pot server Jun 9, 2023
@nmanovic
Copy link
Contributor

@zhiltsov-max , could you please release conflits in CHANGELOG.md?

@nmanovic
Copy link
Contributor

Could you please check that code coverage works for the new worker? Please work with @yasakova-anastasia if it is necessary.

@zhiltsov-max zhiltsov-max requested review from SpecLad and sizov-kirill and removed request for mdacoca, bsekachev and Marishka17 June 12, 2023 08:41
@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Merging #6204 (0e122a9) into develop (5fa11c9) will decrease coverage by 1.00%.
The diff coverage is 61.08%.

@@             Coverage Diff             @@
##           develop    #6204      +/-   ##
===========================================
- Coverage    80.82%   79.83%   -1.00%     
===========================================
  Files          311      320       +9     
  Lines        35759    37241    +1482     
  Branches      6541     6746     +205     
===========================================
+ Hits         28903    29730     +827     
- Misses        6613     7231     +618     
- Partials       243      280      +37     
Components Coverage Δ
cvat-ui 77.14% <100.00%> (+<0.01%) ⬆️
cvat-server 82.26% <60.99%> (-2.47%) ⬇️

@SpecLad SpecLad merged commit 9a600f3 into develop Jun 12, 2023
@SpecLad SpecLad deleted the zm/honey-pot-server branch June 12, 2023 11:57
@azhavoro azhavoro mentioned this pull request Jun 16, 2023
bsekachev added a commit that referenced this pull request Jun 16, 2023
## \[2.4.7] - 2023-06-16
### Added
- \[API\] API Now supports the creation and removal of Ground Truth
jobs. (<#6204>)
- \[API\] We've introduced task quality estimation endpoints.
(<#6204>)
- \[CLI\] An option to select the organization.
(<#6317>)

### Fixed
- Issues with running serverless models for EXIF-rotated images.
(<#6275>)
- File uploading issues when using https configuration.
(<#6308>)
- Dataset export error with `outside` property of tracks.
(<#5971>)
- Broken logging in the TransT serverless function.
(<#6290>)

---------

Co-authored-by: Anastasia Yasakova <yasakova_anastasiya@mail.ru>
Co-authored-by: Mariia Acoca <39969264+mdacoca@users.noreply.github.com>
Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
Co-authored-by: klakhov <kirill.9992@gmail.com>
Co-authored-by: Roman Donchenko <roman@cvat.ai>
Co-authored-by: Kirill Sizov <kirill.sizov@cvat.ai>
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
Co-authored-by: Paweł Kotiuk <kotiuk@zohomail.eu>
Co-authored-by: Nikita Manovich <nikita@cvat.ai>
@zhiltsov-max zhiltsov-max mentioned this pull request Jun 19, 2023
7 tasks
azhavoro pushed a commit that referenced this pull request Jun 20, 2023
Optimizes several DB request memory issues, introduced in #6204 

- Optimized memory use in job annotation retrieval
- Optimized migration
azhavoro pushed a commit that referenced this pull request Jun 20, 2023
Optimizes several DB request memory issues, introduced in #6204

- Optimized memory use in job annotation retrieval
- Optimized migration
@zhiltsov-max zhiltsov-max mentioned this pull request May 16, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot export dataset (KeyError: 'outside') / can't import backup from older version
6 participants